GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / ViewerMouseWheelMode Enumeration





ViewerMouseWheelMode Enumeration
Defines the way how the mouse wheel is used to manipulate with the displayed document.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ViewerMouseWheelMode 
   Inherits System.Enum
 
Members
MemberValueDescription
MouseWheelModeDisabled-1The mouse wheel mode is disabled.
MouseWheelModePageChange2The mouse wheel is used to change between pages when viewing the document.
MouseWheelModeVerticalScroll1The mouse wheel is used to scroll the document vertically.
MouseWheelModeZoom0The mouse wheel is used to zoom the document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ViewerMouseWheelMode

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace